home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / pcl-src.zoo / pclcom.lsp < prev    next >
Encoding:
Lisp/Scheme  |  1992-07-09  |  321 b   |  10 lines

  1. ;;I think this isn't used; instead, "target:tools/pclcom.lisp" is used.
  2. (setq ext:*gc-verbose* nil)
  3. (setq c:*suppress-values-declaration* t)
  4. (setf (search-list "pcl:") '("build:pcl/"))
  5. (load "pcl:defsys")
  6. (in-package "PCL")
  7. (import 'kernel:funcallable-instance-p)
  8. (with-compilation-unit ()
  9.   (pcl::compile-pcl))
  10.